home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4007 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Q: C2P MUCH FASTER?
  5. Date: 15 Feb 1996 17:33:27 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4fvqp7$nag@sunsystem5.informatik.tu-muenchen.de>
  9. References: <311B354C.FD@munich.netsurf.de> <474.6617T629T2577@vip.cybercity.dk>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <474.6617T629T2577@vip.cybercity.dk>, ccc6004@vip.cybercity.dk (Hans Henrik Happe) writes:
  15. |> Organization: CyberCity of Denmark
  16. |> Lines: 17
  17. |> Message-ID: <474.6617T629T2577@vip.cybercity.dk>
  18. |> References: <311B354C.FD@munich.netsurf.de>
  19. |> NNTP-Posting-Host: 194.16.56.134
  20. |> X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  21. |> 
  22. |> 
  23. |> ML ( Manfred.Linzner@munich.netsurf.de ) wrote:
  24. |> > I trying to find a fast c2p routine which produces 2*1 in 256 colors.
  25. |> 
  26. |> > Question:
  27. |> > ---------
  28. |> > Is there any sense to use an superhires (1024*y) screen for a c2p 
  29. |> > conversion??  This means you could write a byte at once to 
  30. |> > get a double-width lowres pixel.
  31. |> > Could this be faster than normal c2p routines with an ordinary 320*y 
  32. |> > screen?
  33. |> 
  34. |> Nope!... way too many chipmem writes ;(
  35.  
  36. not. 1 byte/2x1 pixel block. the needed 3 planes SHRES don't use much
  37. planedma, no prob.
  38.  
  39. you directly write a byte to chipmem, not any blitterpasses nor cpu passes.
  40.  
  41. BUT: only about 8 colors mixed out of 4 colors. TV-errors like ghost-look
  42. (or worse. mixed colors might look different on different monitors, well
  43. use 1084 as standard ;)
  44.  
  45. |> 
  46. |> Hans Henrik Happe
  47. |> Alias Goat / Sumpen
  48. |> 
  49. ------------------------------------------------------------------------
  50.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  51.  
  52.